The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "class::makemethods"

Class::MakeMethods - Generate common types of methods River stage one • 1 direct dependent • 1 total dependent

The Class::MakeMethods framework allows Perl class developers to quickly define common types of methods. When a module "use"s Class::MakeMethods or one of its subclasses, it can select from a variety of supported method types, and specify a name for ...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC - Search in distribution

Rose::Class::MakeMethods::Set - Create class methods to manage sets. River stage two • 15 direct dependents • 52 total dependents

Rose::Class::MakeMethods::Set is a method maker that inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are described below. All methods work...

JSIRACUSA/Rose-Object-0.860 - 04 Oct 2013 21:07:10 UTC - Search in distribution

GRID::Machine - Remote Procedure Calls over a SSH link River stage one • 1 direct dependent • 1 total dependent

This module is inspired in the IPC::PerlSSH module by Paul Evans. It provides Remote Procedure Calls (RPC) via a SSH connection. What made IPC::PerlSSH appealing to me was that 'no special software is required on the remote end, other than the abilit...

CASIANO/GRID-Machine-0.127 - 14 Jun 2011 09:11:14 UTC - Search in distribution

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC - Search in distribution

classes - conventional Perl 5 classes River stage one • 1 direct dependent • 1 total dependent

A simple, stable, fast, and flexible way to use conventional Perl 5 classes in scripts, rapid prototypes, and full-scale applications. This reference document covers syntax only. See the following for more: classesoop Introductory primer of concepts,...

RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 UTC - Search in distribution

mcoder - perl method generator from common templates River stage zero No dependents

"mcoder" usage is: use mcoder $type1 => $arg1, $type2 => $arg2, ...; use mcoder [$type11, $type12, $type13,...] => $arg1, ...; where $type/$arg pairs can be: get use mcoder get => $name; use mcoder get => { $name1 => $attr1, $name2 => $attr2, ... }; ...

SALVA/mcoder-0.10 - 29 Apr 2005 13:13:33 UTC - Search in distribution

DBIx::SQLEngine::Driver - DBI Wrapper with Driver Subclasses River stage one • 1 direct dependent • 1 total dependent

DBIx::SQLEngine::Driver objects are wrappers around DBI database handles which add methods that support ad-hoc SQL generation and query execution in a single call. Dynamic subclassing based on database server type enables cross-platform portability. ...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC - Search in distribution

DBIx::DBO2::Fields - Construct methods for database fields River stage zero No dependents

This package creates methods for DBIx::DBO2::Record objects. It's based on Class::MakeMethods::Template. Accessing Field Attributes Calling "->fields()" on a class or instance returns a hash of field-name => field-attribute-hash pairs. my %fields = E...

EVO/DBIx-DBO2-0.008 - 04 Apr 2004 18:10:31 UTC - Search in distribution

Lingua::DxExtractor - Perl extension to extract the presence or absence of a clinical condition from medical reports. River stage zero No dependents

A tool to be used to look for the presence or absence of a clinical condition as reported in medical reports. The extractor reports a 'final answer', 'absent' or 'present', as well as reports whether this answer is 'ambiguous' or not. The 'use case' ...

OSLER/Lingua-DxExtractor-2.31 - 06 Sep 2016 18:40:25 UTC - Search in distribution

Clone::Any - Select an available recursive-copy function River stage one • 3 direct dependents • 7 total dependents

This module checks for several different modules which can provide a clone() function to make deep copies of Perl data structures. Clone Interface The clone function makes recursive copies of nested hash, array, scalar and reference types, including ...

EVO/Clone-Any-1.01 - 28 Aug 2003 03:49:22 UTC - Search in distribution

Rose::DBx::Garden - bootstrap Rose::DB::Object and Rose::HTML::Form classes River stage one • 1 direct dependent • 1 total dependent

Rose::DBx::Garden bootstraps Rose::DB::Object and Rose::HTML::Form based projects. The idea is that you can point the module at a database and end up with work-able RDBO and Form classes with a single method call. Rose::DBx::Garden creates scaffoldin...

KARMAN/Rose-DBx-Garden-0.193 - 10 Jul 2014 13:07:55 UTC - Search in distribution

Bundle::Knetrix - A bundle to install all Knetrix required modules River stage zero No dependents

ICESPIRIT/Bundle-Knetrix-1.0 - 18 Feb 2005 10:08:00 UTC - Search in distribution

Class::IntrospectionMethods - creates methods with introspection River stage zero No dependents

This module provides: * A way to set up a lot of get/set method. These get/set methods can access plain scalars, array, hash. These scalar, hash or array can be tied (See perltie) with classes specified by the user. The element of these arrays or has...

DDUMONT/Class-IntrospectionMethods-1.003 - 13 Dec 2004 12:24:03 UTC - Search in distribution

Rose::HTML::Form::Repeatable - Repeatable sub-form automation. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Repeatable provides a convenient way to include zero or more copies of a nested form. See the nested forms section of the Rose::HTML::Form documentation for some essential background information. Rose::HTML::Form::Repeatable works l...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC - Search in distribution

Rose::DB::Object::MakeMethods::Generic - Create generic object methods for Rose::DB::Object-derived objects. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::MakeMethods::Generic is a method maker that inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are described below. All met...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC - Search in distribution

Class::Methodist - define methods for instance variables in a class River stage zero No dependents

This package creates instance variables and methods on a class for accessing and manipulating those instance variables. "Class::Methodist" is similar in spirit to "Class::MakeMethods", but with a simpler interface and more sensible semantics. Instanc...

NURK/Class-Methodist-1.6 - 05 May 2006 01:46:05 UTC - Search in distribution

Class::InsideOut::Manual::About - guide to this and other implementations of the inside-out technique River stage two • 20 direct dependents • 51 total dependents

This manual provides an overview of the inside-out technique and its application within "Class::InsideOut" and other modules. It also provides a list of references for further study. Inside-out object basics Inside-out objects use the blessed referen...

DAGOLDEN/Class-InsideOut-1.14 - 02 Apr 2017 17:53:38 UTC - Search in distribution

Rose::DBx::Object::Metadata::Column::Xml - Xml binary large object column metadata. River stage zero No dependents

Objects of this class store and manipulate metadata for long, variable-length character-based columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that ...

FILIN/Rose-DBx-Object-Metadata-Column-Xml-0.782 - 17 Oct 2011 08:59:54 UTC - Search in distribution

Class::MixinFactory::InsideOutAttr - Method maker for inside out data River stage one • 1 direct dependent • 2 total dependents

A simple method maker with opaque data storage. Usage To generate accessor methods for your class, use this package and pass the desired method names to the use or import statement. Generates get/set accessor methods which can store values for a clas...

EVO/Class-MixinFactory-0.92 - 28 Nov 2004 22:45:20 UTC - Search in distribution

Rose::DBx::Object::Metadata::Column::EKSBlowfish - eksblowfish column metadata. River stage zero No dependents

Objects of this class store and manipulate metadata for eksblowfish columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate column values. ...

HRUPP/Rose-DBx-Object-MakeMethods-EKSBlowfish-0.07 - 29 Dec 2014 18:11:40 UTC - Search in distribution
22 results (0.068 seconds)